(Created page with '# meego-beagle-rootfs-daily lang en_US.UTF-8 keyboard us timezone US/Eastern auth --useshadow --enablemd5 rootpw meego repo --name=meego-trunk --baseurl=http://repo.mee…') |
|||
| Line 1: | Line 1: | ||
| - | # meego-beagle-rootfs-daily | + | # meego-beagle-rootfs-daily |
| - | lang en_US.UTF-8 | + | lang en_US.UTF-8 |
| - | keyboard us | + | keyboard us |
| - | timezone US/Eastern | + | timezone US/Eastern |
| - | auth --useshadow --enablemd5 | + | auth --useshadow --enablemd5 |
| - | rootpw meego | + | rootpw meego |
| + | |||
| + | repo --name=meego-trunk --baseurl=http://repo.meego.com/MeeGo/builds/trunk/daily/core/repos/armv7l/packages/ | ||
| + | repo --name=meego-extra --baseurl=http://repo.meego.com/MeeGo/builds/trunk/daily/extra/repos/armv7l/packages/ | ||
| + | |||
| + | %packages | ||
| + | |||
| + | fastinit | ||
| + | udev | ||
| + | |||
| + | rpm | ||
| + | passwd | ||
| + | |||
| + | xorg-x11-server | ||
| + | xorg-x11-drv-fbdev | ||
| + | xterm | ||
| + | |||
| + | iproute | ||
| + | iputils | ||
| + | net-tools | ||
| + | wireless-tools | ||
| + | openssh-server | ||
| + | openssh-clients | ||
| + | wget | ||
| + | |||
| + | vim | ||
| + | nano | ||
| + | |||
| + | qt | ||
| + | python | ||
| + | perl | ||
| - | + | connman | |
| - | + | xfce4-session | |
| + | xfce4-desktop-branding-moblin | ||
| + | zypper | ||
| - | + | %end | |
| - | + | ||
| - | + | ||
| - | + | %post | |
| - | + | ||
| - | + | ### free some space | |
| - | + | rm /usr/lib/locale/locale-archive; | |
| - | + | localedef -f UTF-8 -i en_US en_US.UTF-8; | |
| - | + | ||
| - | + | ### enable serial login | |
| - | + | echo "s0:23:respawn:/sbin/agetty -L 115200 ttyS0 vt100" >> /etc/inittab; | |
| - | + | ||
| - | + | rm -f /core*; | |
| - | + | ||
| - | + | rpm --rebuilddb; | |
| - | + | ||
| - | + | %end | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | %end | + | |
| - | + | ||
| - | + | ||
| - | %post | + | |
| - | + | ||
| - | ### free some space | + | |
| - | rm /usr/lib/locale/locale-archive; | + | |
| - | localedef -f UTF-8 -i en_US en_US.UTF-8; | + | |
| - | + | ||
| - | ### enable serial login | + | |
| - | echo "s0:23:respawn:/sbin/agetty -L 115200 ttyS0 vt100" >> /etc/inittab; | + | |
| - | + | ||
| - | rm -f /core*; | + | |
| - | + | ||
| - | rpm --rebuilddb; | + | |
| - | + | ||
| - | %end | + | |
# meego-beagle-rootfs-daily lang en_US.UTF-8 keyboard us timezone US/Eastern auth --useshadow --enablemd5 rootpw meego repo --name=meego-trunk --baseurl=http://repo.meego.com/MeeGo/builds/trunk/daily/core/repos/armv7l/packages/ repo --name=meego-extra --baseurl=http://repo.meego.com/MeeGo/builds/trunk/daily/extra/repos/armv7l/packages/ %packages fastinit udev rpm passwd xorg-x11-server xorg-x11-drv-fbdev xterm iproute iputils net-tools wireless-tools openssh-server openssh-clients wget vim nano qt python perl
connman xfce4-session xfce4-desktop-branding-moblin zypper
%end %post ### free some space rm /usr/lib/locale/locale-archive; localedef -f UTF-8 -i en_US en_US.UTF-8; ### enable serial login echo "s0:23:respawn:/sbin/agetty -L 115200 ttyS0 vt100" >> /etc/inittab; rm -f /core*; rpm --rebuilddb; %end