Changeset 4916


Ignore:
Timestamp:
02/08/09 23:40:21 (4 years ago)
Author:
werner
Message:

Some small changes to the myroot and wlan-trial root file systems.

  • init: export PATH (or the system handles weird after changing PATH)
  • myroot: add mke2fs and tune2fs
  • wlan-trial: remove busybox-udhcpd. What I wanted was udhcpc, but that's not so easy to get without the rest of Busybox. Not important now.
Location:
developers/werner
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • developers/werner/myroot/werner.init

    r4817 r4916  
    3737HOME=/home/root 
    3838cd $HOME 
    39 export PS1 HOME 
     39export PS1 HOME PATH 
    4040exec setsid /bin/bash -l </dev/ttySAC2 >/dev/ttySAC2 2>&1 
  • developers/werner/myroot/werner.myroot

    r4843 r4916  
    2828pkg grep bash debianutils 
    2929pkg mtd-utils sysfsutils apm 
     30pkg e2fsprogs-mke2fs e2fsprogs-tune2fs 
    3031pkg openssh ntpdate netkit-telnet bind-utils 
    3132pkg dhcp-client wireless-tools wpa-supplicant 
  • developers/werner/wlan-trial/wlan-trial.init

    r4842 r4916  
    5151HOME=/home/root 
    5252cd $HOME 
    53 export PS1 HOME 
     53export PS1 HOME PATH 
    5454cat /etc/motd 
    5555exec setsid /bin/bash -l </dev/ttySAC2 >/dev/ttySAC2 2>&1 
  • developers/werner/wlan-trial/wlan-trial.myroot

    r4914 r4916  
    2828pkg mtd-utils sysfsutils apm 
    2929pkg openssh ntpdate netkit-telnet bind-utils 
    30 pkg dhcp-client busybox-udhcpd wireless-tools wpa-supplicant 
     30pkg dhcp-client wireless-tools wpa-supplicant 
     31# pkg busybox-udhcpd  -- oops, I actually want udhcpc, but that's not so easy 
    3132pkg portmap ppp rsync 
    3233pkg file 
Note: See TracChangeset for help on using the changeset viewer.