index
:
openadk.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
create.sh
Age
Commit message (
Collapse
)
Author
10 days
virtio: rework, add support for x86_64
Waldemar Brodkorb
2024-05-11
create.sh: default to 512M, it is just faster for most usecases
Waldemar Brodkorb
2024-04-01
create.sh use gunzip instead of xz
Waldemar Brodkorb
2023-08-13
create.sh: use a 2GB disk and more inodes to build bigger projects natively
Waldemar Brodkorb
2016-11-13
grub: rework package, add mips support, update to latest git
Waldemar Brodkorb
2014-12-26
use xz here, too
Waldemar Brodkorb
2014-06-21
s/TOPDIR/ADK_TOPDIR/
Waldemar Brodkorb
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make
2014-06-11
make vbox target usable again
Waldemar Brodkorb
2014-05-24
remove suid bit from busybox, try experimental ping patch from John Spencer
Waldemar Brodkorb
2014-04-11
fix boot with grub2 source package
Waldemar Brodkorb
2014-04-10
try to use new grub2
Waldemar Brodkorb
2014-04-07
grub2 by default off
Waldemar Brodkorb
2014-03-07
use mksh in tools, too
Waldemar Brodkorb
2014-03-06
fix wrong path, reported by George
Waldemar Brodkorb
2014-03-01
move target/tools to tools, use ADK_HOST_NEED variable to build a tool, when ↵
Waldemar Brodkorb
required. Add archivers to tools, remove prereq checks for them. Rename host_ dir in preparation for shared openadk source via nfs/smb from different host systems. Make some abi cleanup
2014-02-19
fix bindir path
Waldemar Brodkorb
2013-11-10
16384 is not enough for my use case
Waldemar Brodkorb
2013-11-10
use more inodes
Waldemar Brodkorb
2013-11-08
refresh mksh version number
Waldemar Brodkorb
2013-01-30
use static distfile name, problem with Debians make and -s
Waldemar Brodkorb
2012-08-22
use suffix vdi
Waldemar Brodkorb
2012-08-17
grubless version added
Waldemar Brodkorb
2012-08-17
enable create.sh from Thorsten, fixes cfgfs issues
Waldemar Brodkorb
2012-08-10
debug on, check for genext2fs, use 65536 for seeking
Waldemar Brodkorb
2012-08-10
generate ext2 filesystem, with 2 blocks smaller than disk image
Waldemar Brodkorb
2012-08-10
do not create or mount filesystem
Waldemar Brodkorb
2012-08-10
disk size is size of file multiplied by two. remove mount check
Waldemar Brodkorb
2012-08-10
create a target file with qemu
Waldemar Brodkorb
2012-08-10
add new try for genext2fs image creation
Waldemar Brodkorb