]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/stage2
Ein Alsa-Initscript gebaut, was beim Herunterfahren die Lautstaerke speichert.
[people/pmueller/ipfire-2.x.git] / lfs / stage2
index 3643e7a8d7cd9a365f9baf4ce1861068d01356b7..5a838960524b5dc33e5d402bcac904841f332794 100644 (file)
@@ -100,11 +100,14 @@ $(TARGET) :
        -mkdir -pv /var/{opt,cache,lib/{misc,locate},local}
        -mkdir -pv /var/log/{counter,calamaris}
        chown nobody.nobody /var/log/calamaris
-       touch /var/run/utmp /var/log/{btmp,lastlog,wtmp}
+       touch /var/run/utmp /var/log/{btmp,lastlog,wtmp,net-traffic.log}
        chgrp -v utmp /var/run/utmp /var/log/lastlog
        chmod -v 664 /var/run/utmp /var/log/lastlog
 
        # Permissions
        chmod 0711 /var/empty
+       
+       # A small hack to include /root to the iso but not all of it's files.
+       touch /root/ipfire
 
        @$(POSTBUILD)