注意としては前方の未使用領域も使おうとすると最初のパーテーションを破損する。
なので欲をだしてはいけない(笑)
/
2015/12/17
カテゴリー » Raspberry Pi 2 Model B
— posted by くま at 10:08 pm TrackBack [0]
カテゴリー » Raspberry Pi 2 volumio
— posted by くま at 04:44 pm TrackBack [0]
2015/12/16
— posted by くま at 09:19 pm TrackBack [0]
2015/12/12
カテゴリー » Raspberry Pi 2 Model B
— posted by くま at 10:21 pm TrackBack [0]
カテゴリー » Raspberry Pi 2 Model B
— posted by くま at 10:17 pm TrackBack [0]
カテゴリー » Raspberry Pi 2 Model B
— posted by くま at 01:46 pm TrackBack [0]
2015/12/10
カテゴリー » Raspberry Pi 2 Model B
— posted by くま at 07:03 pm TrackBack [0]
カテゴリー » Raspberry Pi 2 Model B
# cd /etc/systemd/system/
# ll
total 32
drwxr-xr-x 2 root root 4096 12月 8 04:58 bluetooth.target.wants
lrwxrwxrwx 1 root root 37 12月 8 04:58 dbus-org.bluez.service -> /lib/systemd/system/bluetooth.service
lrwxrwxrwx 1 root root 40 10月 9 2014 dbus-org.freedesktop.Avahi.service -> /lib/systemd/system/avahi-daemon.service
drwxr-xr-x 2 root root 4096 12月 8 03:53 getty.target.wants
drwxr-xr-x 2 root root 4096 12月 8 03:53 halt.target.wants
drwxr-xr-x 2 root root 4096 12月 8 04:46 multi-user.target.wants
drwxr-xr-x 2 root root 4096 12月 8 03:53 poweroff.target.wants
drwxr-xr-x 2 root root 4096 12月 8 03:53 reboot.target.wants
drwxr-xr-x 2 root root 4096 10月 27 2014 sockets.target.wants
lrwxrwxrwx 1 root root 31 12月 8 04:40 sshd.service -> /lib/systemd/system/ssh.service
drwxr-xr-x 2 root root 4096 12月 7 09:38 sysinit.target.wants
# ll getty.target.wants
total 0
lrwxrwxrwx 1 root root 34 12月 8 03:53 getty@tty1.service -> /lib/systemd/system/getty@.service
# cat /lib/systemd/system/getty@.service
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
---------省略-----------
[Service]
# the VT is cleared by TTYVTDisallocate
#ExecStart=-/sbin/agetty --noclear %I $TERM
ExecStart=-/sbin/agetty --autologin root --noclear %I 38400 linux
---------省略-----------
— posted by くま at 12:42 pm TrackBack [0]
Comments