Skip to content

Commit

Permalink
Replace ReadOnlyBootPrompt with FirstBootPrompt in HaikuImage
Browse files Browse the repository at this point in the history
..and Haiku64Image. While I'm at it split the commands so each letter
in the alphabet gets it's own line(s). This will make these kinds of
changes more atomic in the future.
  • Loading branch information
jscipione committed Jan 24, 2013
1 parent e26ef55 commit 66e68c9
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 22 deletions.
42 changes: 28 additions & 14 deletions build/jam/Haiku64Image
Expand Up @@ -6,20 +6,34 @@
# easily add things to the image as I port them.


SYSTEM_BIN = "[" addattr alert arp base64 basename bash bc beep cal cat catattr
checkfs chgrp chmod chown chroot cksum clear clockconfig cmp
collectcatkeys comm compress copyattr CortexAddOnHost cp csplit cut date
dd diff diff3 dircolors dirname df du dumpcatalog echo eject env error
expand expr factor false find finddir fmt fold fortune ftp gawk gdb gzip
gzexe getlimits groups head hostname id ifconfig <bin>install isvolume
join kernel_debugger kill less lessecho lesskey link linkcatkeys listdev
ln locale locate logger logname ls makebootable md5sum mimeset mkdir
mkfifo mkfs mktemp mount mountvolume mv nl nohup notify nproc od open
paste patch pathchk ping pr printenv printf ps ptx pwd query rc readlink
ReadOnlyBootPrompt rm rmattr rmdir safemode sdiff seq sha1sum shred shuf
shutdown sleep sort split stat strace stty su sum sync sysinfo tac tail
tee test timeout touch tr true truncate tsort tty unexpand uname uniq
unlink unmount unzip <bin>updatedb waitfor wc wget whoami xargs xres yes
SYSTEM_BIN = "["
addattr alert arp
base64 basename bash bc beep
cal cat catattr checkfs chgrp chmod chown chroot cksum clear clockconfig
cmp collectcatkeys comm compress copyattr CortexAddOnHost cp csplit cut
date dd diff diff3 dircolors dirname df du dumpcatalog
echo eject env error expand expr
factor false find finddir FirstBootPrompt fmt fold fortune ftp
gawk gdb gzip gzexe getlimits groups
head hostname
id ifconfig <bin>install isvolume
join
kernel_debugger kill
less lessecho lesskey link linkcatkeys listdev ln locale locate logger
logname ls
makebootable md5sum mimeset mkdir mkfifo mkfs mktemp mount mountvolume mv
nl nohup notify nproc
od open
paste patch pathchk ping pr printenv printf ps ptx pwd
query
rc readlink rm rmattr rmdir
safemode sdiff seq sha1sum shred shuf shutdown sleep sort split stat
strace stty su sum sync sysinfo
tac tail tee test timeout touch tr true truncate tsort tty
unexpand uname uniq unlink unmount unzip <bin>updatedb
waitfor wc wget whoami
xargs xres
yes
zdiff zforce zgrep zip zipcloak <bin>zipgrep zipnote zipsplit zmore znew
;

Expand Down
18 changes: 10 additions & 8 deletions build/jam/HaikuImage
Expand Up @@ -4,14 +4,16 @@


SYSTEM_BIN = [ FFilterByBuildFeatures
"[" addattr alert arp base64 basename bash bc beep bfsinfo
"["
addattr alert arp
base64 basename bash bc beep bfsinfo
cal cat catattr checkfs checkitout chgrp chmod chop chown chroot cksum clear
clockconfig cmp collectcatkeys comm compress copyattr CortexAddOnHost cp
csplit cut date dc dd desklink df diff diff3 dircolors dirname
diskimage draggers driveinfo dstcheck du dumpcatalog
echo eject env error expand expr
factor false fdinfo ffm filepanel find finddir fmt fold fortune frcode
ftp ftpd funzip fwcontrol
factor false fdinfo ffm filepanel find finddir FirstBootPrompt fmt fold
fortune frcode ftp ftpd funzip fwcontrol
gawk gdb@x86 getlimits groups gzip gzexe
hd head hey hostname
id ident ifconfig <bin>install installsound iroster isvolume
Expand All @@ -27,18 +29,18 @@ SYSTEM_BIN = [ FFilterByBuildFeatures
passwd paste patch pathchk pc ping ping6 play playfile playsound playwav
pr prio printenv printf profile ps ptx pwd
query quit
rc readlink ReadOnlyBootPrompt reindex release renice rlog rm rmattr
rmindex rmdir roster route
rc readlink reindex release renice rlog rm rmattr rmindex rmdir roster
route
safemode screen_blanker screenmode screenshot sdiff setdecor setmime settype
setversion setvolume seq sha1sum shar shred shuf shutdown sleep sort
spamdbm
split stat strace stty su sum sync sysinfo
spamdbm split stat strace stty su sum sync sysinfo
tac tail tcpdump tcptester tee telnet telnetd test timeout top touch
tput tr traceroute translate trash true truncate tsort tty
uname unchop unexpand unmount uniq unlink unshar unzip unzipsfx
<bin>updatedb uptime urlwrapper useradd uudecode uuencode
vdir version vmstat
waitfor watch wc wget whoami writembr@x86 xargs xres yes
waitfor watch wc wget whoami writembr@x86 xargs xres
yes
zdiff zforce zgrep zip zipcloak <bin>zipgrep zipnote zipsplit zmore znew
] ;

Expand Down

0 comments on commit 66e68c9

Please sign in to comment.